/** help.css */

.badge, .badge:hover, .badge:focus {
    border: 1px solid #666 !important;
    border-radius: 10px !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #6C9E00 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    min-width: 10px !important;
    padding: 2px 4px !important;
    text-align: center !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
    z-index: 1 !important;
    cursor: pointer;
}

.analysis-block > .badge:first-child {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*
[data-toggle="man"], .indicator-tabs .badge, .tab-content h2 .badge {
    display: none !important;
}
*/